Welcome![Sign In][Sign Up]
Location:
Search - Genetic Knapsack Problem

Search list

[CSharpknapGa

Description: 用C#开发的用遗传算法求解0-1背包问题的源代码。-C# development of the genetic algorithm 0-1 knapsack problem's source code.
Platform: | Size: 5120 | Author: 流程 | Hits:

[AI-NN-PRGA_01Knap

Description: 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
Platform: | Size: 2065408 | Author: | Hits:

[Data structsGenerationAl

Description: 用遗传算法解0/1背包问题,背包问题是著名的NP完备类困难问题,此处给出解法。-Genetic Algorithm for 0/1 knapsack problem, knapsack problem is a well-known class of NP-complete problems. Solution is here.
Platform: | Size: 2048 | Author: 李博宁 | Hits:

[Button controlChp15

Description: 背包问题的遗传算法解法 背包问题的遗传算法解法-knapsack problem genetic algorithm method knap sack problem GA knapsack asked Solution that the genetic algorithm method knapsack problem Genetic Algorithm Solution
Platform: | Size: 1018880 | Author: | Hits:

[AI-NN-PRGA_for_Knapsack_Problem

Description: 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
Platform: | Size: 44032 | Author: daniel | Hits:

[Data structs01knapsack

Description: 01背包问题的C++源程序,写的比较简单-01 knapsack problem C++ Source code, written in relatively simple
Platform: | Size: 49152 | Author: sandy chen | Hits:

[Crack HackGA

Description: 基于遗传算法的背包问题求解,有基本的说明和代码 其他人不需帐号就可自由下载此源码 -Based on genetic algorithms for solving knapsack problem, some basic instructions and code other people without accounts can download this free source
Platform: | Size: 1024 | Author: ZHANGWEN | Hits:

[AI-NN-PRSolving.the.01.Knapsack.Problem.with.Genetic.Algor

Description: 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever, then it is better not to look at this issue.
Platform: | Size: 201728 | Author: gouyabin | Hits:

[AI-NN-PRKnapsack

Description: 用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
Platform: | Size: 266240 | Author: 蓝点 | Hits:

[matlabxujinpeng-matlab

Description: 遗传算法编程求解旅行商问题;图论中最短路问题的Matlab程序实现;背包问题模型的Matlab程序实现。-Genetic Algorithm for Solving Traveling Salesman Problem programming graph theory, shortest path problem in the Matlab program implementation knapsack problem Matlab model implementation process.
Platform: | Size: 504832 | Author: 竹子的信仰 | Hits:

[matlabGQA

Description: 遗传量子算法求解背包问题Matlab源码-Quantum Genetic Algorithm for Knapsack Problem
Platform: | Size: 11264 | Author: 林剑祥 | Hits:

[OtherKnapsackProblem

Description: 基本遗传算法带最优保存思想的背包问题,其中,目标值那段代码使用的是惩罚函数法,选择是概率选择,交叉是双点随机交叉,变异是概率变异-The basic genetic algorithm with elitist thinking knapsack problem, which is a target that part of the code using penalty function method, choice is the probability of selection, crossover is a two-point random crossover and mutation is the probability of mutation
Platform: | Size: 2048 | Author: 田文杰 | Hits:

[AI-NN-PRknapsack

Description: 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
Platform: | Size: 252928 | Author: tunzhao | Hits:

[Algorithmgenetic

Description: This is knapsack problem solution by genetic algorithm
Platform: | Size: 2048 | Author: hamaaral | Hits:

[CSharpbackpack

Description: 用C#来实现遗传算法中的背包问题。其中只有变异过程。-Using C# to implement the genetic algorithm knapsack problem. Only mutation process.
Platform: | Size: 82944 | Author: 李洁 | Hits:

[matlabmoga

Description: Genetic Algorithm for multi objective knapsack problem
Platform: | Size: 2048 | Author: kalli | Hits:

[AI-NN-PRKnapsack-problem

Description: 背包问题,用遗传算法解决,并在VC++环境下调试通过,得到正确结果,可供参考,源码C文件中有较详细的注释-Knapsack problem, using genetic algorithm, and in the VC++ debugging environment through, get the correct results, for reference, source C files in more detailed comments
Platform: | Size: 12288 | Author: paradise | Hits:

[AI-NN-PR01-knapsack-problem

Description: 01背包问题的解决方法很多,下面用遗传算法解决01背包问题-01 knapsack problem genetic algorithm to solve
Platform: | Size: 4096 | Author: lixingze | Hits:

[AlgorithmKnapsack-problem-based-on-GA

Description: 本文件含论文及源代码。论文首先介绍了基本遗传算法的基本原理、特点及其基本实现技术,接着针对背包问题,论述了遗传算法在编码表示和遗传算子(包括选择算子、交叉算子变异算子这三种算子)等方面的应用情况。并且结合背包问题实例,给出了具体的编码方法,运行参数,群体大小,最大迭代次数,以及合适的遗传算子。最后,简单说明了遗传算法在求解背包问题中的应用并对遗传算法解决背包问题的前景提出了展望。-The file containing the papers and source code. The paper first introduces the basic principles of the basic genetic algorithm, the characteristics of its basic implementation techniques, and then for the knapsack problem, discusses the genetic algorithm coded representation and genetic operators (including selection operator, crossover operator mutation operator three count sub), and other aspects of the application. And the combination of an instance of the knapsack problem, given specific encoding method, operating parameters, population size, maximum number of iterations, and appropriate genetic operators. Finally, a brief description of the genetic algorithm Knapsack problem and genetic algorithm to solve the knapsack problem prospects prospect.
Platform: | Size: 420864 | Author: 李海波 | Hits:

[AI-NN-PRKnapsack problem with genetic algortihm solution

Description: Knapsack problem solved with genetic algortihm by using C++ language.
Platform: | Size: 22003 | Author: garflin | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net